home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 160 - Disc 2 / MF_UK_160_2.iso / pc / DiscContent / Trials / oxygen / samples / debugger / Nodeset functions / sample1.xml next >
Encoding:
Extensible Markup Language  |  2005-07-21  |  431 b   |  21 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--    Sample from Zvon XSLT tutorial (www.zvon.org)   -->
  3. <source>
  4.     <AAA>
  5.         <BBB>
  6.             <CCC>Carl</CCC>
  7.         </BBB>
  8.         <BBB/>
  9.         <BBB/>
  10.     </AAA>
  11.     <AAA>
  12.         <BBB/>
  13.         <BBB>
  14.             <CCC>John</CCC>
  15.             <CCC>Charles</CCC>
  16.             <CCC>Robert</CCC>
  17.             <CCC>Anthony</CCC>
  18.         </BBB>
  19.     </AAA>
  20. </source>
  21.